@keyframes dow_arr1 {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dow_arr2 {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes large-s {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.banner {
  width: 100%;
  overflow: hidden;
  margin-top: 118px;
}
.banner .index_banner .swiper-slide-active img {
  animation: large-s 1.2s ease-out 0s 1 forwards;
}
.banner .index_banner .swiper-slide .item {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .index_banner .swiper-slide .item .banner-video {
  width: 100%;
  height: 100%;
}
.banner .index_banner .swiper-slide.swiper-slide-active .text h1,
.banner .index_banner .swiper-slide.swiper-slide-active .text p,
.banner .index_banner .swiper-slide.swiper-slide-active .text span,
.banner .index_banner .swiper-slide.swiper-slide-active .text a,
.banner .index_banner .swiper-slide.swiper-slide-duplicate-active .text h1,
.banner .index_banner .swiper-slide.swiper-slide-duplicate-active .text p,
.banner .index_banner .swiper-slide.swiper-slide-duplicate-active .text span,
.banner .index_banner .swiper-slide.swiper-slide-duplicate-active .text a {
  -webkit-transform: translateX(0%) translateY(0%);
  -ms-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
  opacity: 1;
}
.banner .index_banner .swiper-slide img {
  width: 100%;
  height: 100%;
}
.banner .index_banner .swiper-slide .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.banner .index_banner .swiper-slide .text p {
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1.5s 0.9s;
  -o-transition: 1.5s 0.9s;
  transition: 1.5s 0.9s;
}
.banner .index_banner .swiper-slide .text span {
  color: #fff;
  opacity: 0.6;
  display: block;
  width: 80%;
  margin: 0.3rem auto 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: 1.5s 1.9s;
  -o-transition: 1.5s 1.9s;
  transition: 1.5s 1.9s;
}
.banner .index_banner .swiper-slide .text a {
  display: block;
  margin-top: 1.3rem;
  text-align: center;
  font-size: 40px;
  color: #fff;
  opacity: 0;
  -webkit-transition: 1.5s 1.9s;
  -o-transition: 1.5s 1.9s;
  transition: 1.5s 1.9s;
}
.banner .index_banner .swiper-pagination {
  bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .index_banner .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  width: 5px;
  height: 5px;
}
.banner .index_banner .swiper-pagination-bullet-active {
  background: #fff;
  width: 9px;
  height: 9px;
}
.ctn_1 {
  width: 100%;
  overflow: hidden;
  background-color: #f3f5f8;
  background-position: center center;
}
.index_newsbg {
  width: 102%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 12.33%;
  overflow: hidden;
  margin-left: -2%;
}
.index_newsbg .control {
  position: absolute;
  top: 61%;
  right: 2%;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transform: translateY(-50%);
}
.index_newsbg .control .pag1 {
  width: 90px;
  position: static;
}
.index_newsbg .control .pag1 span {
  margin: 0 3px;
}
.index_newsbg .control .pag1 .swiper-pagination-bullet-active {
  background: #eb6100 !important;
}
.index_newsbg .control .pag1 .swiper-pagination-bullet {
  background: #999;
}
.index_newsbg .swiper-button-prev,
.index_newsbg .swiper-container-rtl .swiper-button-next {
  background:none;
  left: -30px;
  font-size: 24px;
  color: #eb6100;
  position: static;
  margin-top: 0;
}
.index_newsbg .swiper-button-next.swiper-button-disabled,
.index_newsbg .swiper-button-prev.swiper-button-disabled {
  color: #999;
}
.index_newsbg .swiper-button-next,
.index_newsbg .swiper-container-rtl .swiper-button-prev {
  background:none;
  font-size: 24px;
  right: -30px;
  color: #eb6100;
  position: static;
  margin-top: 0;
}
.ctn_1 .index_news {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.ctn_1 .index_news .swiper-slide {
  text-align: center;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
}
.index_news {
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 67%;
  margin: 0 auto;
}
.index_news .swiper-slide {
  text-align: center;
  color: #e80e00;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
}
.index_news .swiper-button-prev{
  background-image:none;
  left: -30px;
  font-size: 32px;
  color: #eb6100;
}
.index_news .swiper-container-rtl .swiper-button-next {
  background-image:none;
  left: -30px;
  font-size: 32px;
  color: #eb6100;
}
 .index_news .swiper-button-next.swiper-button-disabled{
  color: #333;
}
.index_news .swiper-button-prev.swiper-button-disabled {
  color: #333;
}
.index_news .swiper-button-next{
  background-image:none;
  font-size: 32px;
  right: -30px;
  color: #eb6100;
}
.index_news .swiper-container-rtl .swiper-button-prev {
  background-image:none;
  font-size: 32px;
  right: -30px;
  color: #eb6100;
}

.index_news_ctn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.index_news_ctn .sw_news_item {
  margin: 0 0 20px 0;
  width: 66%;
}
.index_news_ctn .sw_news_item .swiper-slide a {
  display: block;
  position: relative;
  padding-top: 56%;
}
.index_news_ctn .sw_news_item .swiper-slide a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index_news_ctn .sw_news_item .swiper-slide a .txt {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background-color: rgba(161, 161, 161, 0.8);
  width: 38%;
  padding: 2% 3%;
}
.index_news_ctn .sw_news_item .swiper-slide a .txt p {
  display: block;
  color: #fff;
  margin-bottom: 12px;
}
.index_news_ctn .sw_news_item .swiper-slide a .txt span {
  display: block;
  color: #fff;
}
.index_news_ctn .sw_news_item .swiper-pagination {
  bottom: 25px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  left: auto;
  right: 20px;
}
.index_news_ctn .sw_news_item .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  width: 5px;
  height: 5px;
}
.index_news_ctn .sw_news_item .swiper-pagination-bullet-active {
  background: #fff;
  width: 9px;
  height: 9px;
}
.index_news_ctn .news_item {
  width: 32%;
  margin-bottom: 20px;
  position: relative;
  background-color: #fff;
  padding: 2% 3%;
}


.index_news_ctn .news_item p {
  color: #666;
  display: inline-block;
}
.index_news_ctn .news_item h2 {
  color: #333;
  margin: 0.9rem 0;
  display: inline-block;
  transition: all 0.3s;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.index_news_ctn .news_item span {
  color: #999;
  text-align: justify;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.index_news_ctn .news_item .move {
  border: 1px solid #e3e3e3;
  color: #777;
  display: inline-block;
  padding: 3px 8px;
  margin-top: 1.5rem;
  transition: all 0.3s;
}
.index_news_ctn .news_item .move i {
  margin-left: 30px;
  display: inline-block;
  font-size: 12px;
}
.index_news_ctn .news_item::before {
  content: ' ';
  display: block;
  width: 0;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.index_news_ctn .news_item:hover::before {
  width: 100%;
  background-color: #eb6100;
}
.index_news_ctn .news_item:hover h2 {
  color: #eb6100;
}
.index_news_ctn .news_item:hover .move {
  background-color: #eb6100;
  border: 1px solid #eb6100;
  color: #fff;
}
.ctn_2 {
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ctn_2 .c2_box {
  padding: 4rem 0;
  background-position: 16% top;
  background-repeat: repeat-y;
}
.ctn_2 .c2_box .title {
  text-align: center;
  color: #fff;
}
.ctn_2 .c2_box .business {
  margin-top: 4rem;
  width: 51%;
  padding-left: 16%;
  float: left;
}
.ctn_2 .c2_box .business .tab li {
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 85px;
}
.ctn_2 .c2_box .business .tab li .tit {
  font-size: 24px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  color: #fff;
}
.ctn_2 .c2_box .business .tab li .tit i {
  width: 22px;
  display: inline-block;
  margin-right: 18px;
}
.ctn_2 .c2_box .business .tab li .tit span {
  font-size: 16px;
  margin-left: 6px;
}
.ctn_2 .c2_box .business .tab li p {
  display: none;
}
.ctn_2 .c2_box .business .tab li .move {
  display: none;
}
.ctn_2 .c2_box .business .tab li.on::before {
  content: ' ';
  display: block;
  width: 11px;
  height: 11px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 27px;
  left: 0px;
}
.ctn_2 .c2_box .business .tab li.on::after {
  content: ' ';
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: 18px;
  left: -9px;
  opacity: 0.5;
}
.ctn_2 .c2_box .business .tab li.on .tit {
  font-size: 30px;
}
.ctn_2 .c2_box .business .tab li.on .tit i {
  width: 40px;
  margin-right: 30px;
}
.ctn_2 .c2_box .business .tab li.on .tit span {
  display: none;
}
.ctn_2 .c2_box .business .tab li.on p {
  padding-left: 71px;
  color: #fff;
  display: inline-block;
  margin-top: 0.3rem;
}
.ctn_2 .c2_box .business .tab li.on .move {
  padding-left: 67px;
  font-size: 16px;
  color: #fff;
  margin-top: 1.2rem;
  display: block;
}
.ctn_2 .c2_box .sw_business {
  width: 48%;
  float: right;
  margin-top: 4rem;
}
.ctn_2 .c2_box .sw_business .swiper-slide {
  position: relative;
  border: 4px solid #fff;
  opacity: 0.4;
  width: 70%;
}
.ctn_2 .c2_box .sw_business .swiper-slide.on {
  opacity: 1;
}
.ctn_2 .c2_box .txt {
  width: 100%;
  float: left;
  margin-top: 17%;
  text-align: center;
}
.ctn_2 .c2_box .txt .title {
  display: block;
  text-align: center;
  color: #fff;
}
.ctn_2 .c2_box .txt p {
  width: 40%;
  display: block;
  margin: 0.2rem auto 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}
.ctn_2 .c2_box .txt a {
  display: inline-block;
  color: #fff;
  font-size: 40px;
  margin-top: 2rem;
}
.ctn_3 {
  padding: 4rem 0;
}
.ctn_3 .title {
  color: #333;
  text-align: center;
}
.ctn_3 ul {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.ctn_3 ul li {
  width: 24%;
  position: relative;
  overflow: hidden;
}
.ctn_3 ul li .txt {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ctn_3 ul li .txt img {
  width: 42.5%;
  display: block;
  margin: 0 auto 8%;
}
.ctn_3 ul li .txt p {
  color: #fff;
  display: block;
}
.ctn_3 ul li .txt span {
  display: block;
  color: #fff;
  font-size: 12px;
}
.ctn_3 ul li:hover a>img {
  transform: scale(1.1);
}
.ctn_3 .number {
  padding-top: 40%;
  position: relative;
}
.ctn_3 .number .c1 {
  position: absolute;
  top: 21%;
  left: 8%;
}
.ctn_3 .number .c1 p {
  color: #d7b577;
}
.ctn_3 .number .c1 span {
  color: #d7b577;
  font-size: 80px;
  line-height: 1;
}
.ctn_3 .number .c2 {
  position: absolute;
  top: 21%;
  left: 45%;
}
.ctn_3 .number .c2 p {
  color: #eaa900;
}
.ctn_3 .number .c2 span {
  color: #eaa900;
  font-size: 24px;
  line-height: 1;
}
.ctn_3 .number .c2 span em {
  font-size: 70px;
}
.ctn_3 .number .c3 {
  position: absolute;
  top: 48%;
  right: 15%;
  text-align: right;
}
.ctn_3 .number .c3 p {
  color: #eb6100;
}
.ctn_3 .number .c3 span {
  color: #eb6100;
  font-size: 54px;
  line-height: 1;
}
.ctn_3 .number .c3 span em {
  font-weight: bold;
}
.ctn_3 .number .c3 span i {
  font-size: 30px;
  display: inline-block;
  vertical-align: top;
}
.ctn_3 .number .c4 {
  position: absolute;
  /*top: 57%;left: 15%;*/
  top: 30%;
  left: 20%;
}
.ctn_3 .number .c4 p {
  color: #ef3228;
  /*display: inline-block;*/
}
.ctn_3 .number .c4 span {
  color: #ef3228;
  /*font-size: 22px;*/
  font-size: 32px;
  line-height: 1;
}
.ctn_3 .number .c4 span em {
  font-size: 78px;
  font-weight: bold;
}
.ctn_3 .number .c4 span i {
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}
.ctn_3 .number .c5 {
  position: absolute;
  top: 70%;
  left: 33%;
  width: 40%;
}
.ctn_3 .number .c5 p {
  color: #fa9900;
  display: inline-block;
  text-align: right;
}
.ctn_3 .number .c5 span {
  display: inline-block;
  width: 38%;
  vertical-align: bottom;
}
.ctn_4 {
  padding: 0rem 0 4rem;

}
.ctn_4 .shares {
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
}
.ctn_4 .shares .shares_l {
  width: 50%;
  border-right: 1px solid #e5e5e5;
  padding: 20px 30px;
  position: relative;
}
.ctn_4 .shares .shares_l .tab {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
}
.ctn_4 .shares .shares_l .tab li {
  display: inline-block;
  padding: 3px 20px;
  margin: 0 2px;
  background-color: #f1f1f1;
  border-radius: 100px;
  color: #333;
  cursor: pointer;
}
.ctn_4 .shares .shares_l .tab li.on {
  background-color: #ea5f00;
  color: #fff;
}
.ctn_4 .shares .shares_l .data-fx {
  display: flex;
  justify-content: flex-start;
}
.ctn_4 .shares .shares_l .stk-data .stc-data {
  line-height: 1;
  
}
.ctn_4 .shares .shares_l .stk-data .stc-data.zd_up{color: #ea0000;}
.ctn_4 .shares .shares_l .stk-data .stc-data.zd_down{color:#57bb9a;}
.ctn_4 .shares .shares_l .stk-data .stc-data .zd_up{color:#ea0000;}
.ctn_4 .shares .shares_l .stk-data .stc-data .zd_down{color:#57bb9a;}
.ctn_4 .shares .shares_l .stk-data .stc-data .szf {
  display: block;
  width: 100%;
}
.ctn_4 .shares .shares_l .stk-data .stc-data.stc_fx {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ctn_4 .shares .shares_l .stk-data .data-wrap {
  margin-left: 0;
}
.ctn_4 .shares .shares_l .stk-data .stc-name {
  color: #333;
}
.ctn_4 .shares .shares_l .st_date {
  color: #999;
}
.ctn_4 .shares .shares_l .main-wrap {
  background-color: #fff;
}
.ctn_4 .shares .shares_l #main {
  height: 230px;
}
.ctn_4 .shares .shares_r {
  width: 50%;
}
.ctn_4 .shares .shares_r ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 30px;
}
.ctn_4 .shares .shares_r ul li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.ctn_4 .shares .shares_r ul li p:nth-child(1) {
  font-size: 16px;
  color: #333;
  width: 10%;
}
.ctn_4 .shares .shares_r ul li p:nth-child(2) {
  font-size: 24px;
  width: 32%;
  font-weight: bold;
  line-height: 1;
}
.ctn_4 .shares .shares_r ul li p:nth-child(2) i {
  font-size: 16px;
  margin-left: 5px;
  font-weight: initial;
  line-height: 1.5;
}
.ctn_4 .shares .shares_r ul li p:nth-child(2).up {
  color: #ef3228;
}
.ctn_4 .shares .shares_r ul li p:nth-child(2).bm {
  color: #57bb9a;
}
.ctn_4 .shares .shares_r ul li p:nth-child(3) {
  font-size: 14px;
  width: 15%;
}
.ctn_4 .shares .shares_r ul li p:nth-child(3).up {
  color: #ef3228;
}
.ctn_4 .shares .shares_r ul li p:nth-child(3).bm {
  color: #57bb9a;
}
.ctn_4 .shares .shares_r ul li p:nth-child(4) {
  font-size: 14px;
  width: 24%;
}
.ctn_4 .shares .shares_r ul li p:nth-child(4).up {
  color: #ef3228;
}
.ctn_4 .shares .shares_r ul li p:nth-child(4).bm {
  color: #57bb9a;
}
.ctn_4 .shares .shares_r ul li p:nth-child(5) {
  font-size: 14px;
  color: #999;
}
@keyframes large-s {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 1700px) {
  .ctn_2 .c2_box .txt {
    margin-top: 13%;
  }
}
@media screen and (max-width: 1600px) {
  .banner .index_banner .swiper-slide img {
    object-fit: cover;
  }
  .ctn_2 .c2_box .txt {
    margin-top: 10%;
  }
  .ctn_4 .shares .shares_l .tab {
    top: 50px;
    right: 6px;
  }
}
@media screen and (max-width: 1440px) {

  .ctn_4 .shares .shares_r ul li p:nth-child(2) {
    font-size: 20px;
  }
}
@media screen and (max-width: 1366px) {
  .ctn_2 .c2_box .business .tab li .tit {
    font-size: 18px;
  }
  .ctn_2 .c2_box .business .tab li.on .tit {
    font-size: 20px;
  }
  .ctn_2 .c2_box .business .tab li.on .tit i {
    width: 33px;
  }
}
@media screen and (max-width: 1280px) {
  .ctn_2 .c2_box {
    background-position: 6% top;
  }
  .ctn_2 .c2_box .business {
    float: none;
    width: 96%;
    padding-left: 6%;
  }
  .ctn_2 .c2_box .sw_business {
    float: none;
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .ctn_3 .number {
    padding-top: 30px;
  }
  .ctn_3 .number .c1 {
    text-align: center;
    position: static;
    margin-bottom: 25px;
  }
  .ctn_3 .number .c1 span {
    font-size: 60px;
  }
  .ctn_3 .number .c2 {
    position: static;
    text-align: center;
    margin-bottom: 25px;
  }
  .ctn_3 .number .c2 span em {
    font-size: 60px;
  }
  .ctn_3 .number .c3 {
    position: static;
    margin-bottom: 25px;
    text-align: center;
  }
  .ctn_3 .number .c4 {
    position: static;
    margin-bottom: 25px;
    text-align: center;
  }
  .ctn_3 .number .c5 {
    position: static;
    margin: 0 auto;
    width: 50%;
  }
  .index_news {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .ctn_4 .shares {
    flex-wrap: wrap;
  }
  .ctn_4 .shares .shares_l {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .ctn_4 .shares .shares_r {
    width: 100%;
  }
  .ctn_4 .shares .shares_r ul li {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1000px) {
   .index_news_ctn .sw_news_item {
    width: 100%;
  }
 .index_news_ctn .news_item {
    width: 100%;
  }
  .index_news_ctn .news_item h2{height:auto;}
  .index_news_ctn .news_item span{height:auto;}

}
@media screen and (max-width: 900px) {
  .banner .index_banner .swiper-slide .text span {
    display: none;
  }
  .banner .index_banner .swiper-slide .text a {
    display: none;
  }
  .banner .index_banner .swiper-slide .item {
    width: 150%;
    margin-left: -25%;
  }
  .banner .index_banner .swiper-slide img {
    width: 150%;
    margin-left: -25%;
  }
  .banner .index_banner .swiper-slide .text p {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .index_news_ctn .sw_news_item .swiper-slide a .txt{width:45%;}
  .ctn_4 .shares .shares_l {
    padding: 20px 10px;
  }
  .ctn_4 .shares .shares_l .st_f_t {
    margin-left: 5px!important;
  }
  .ctn_2 .c2_box .business .tab li.on .tit {
    font-size: 30px;
  }
  .ctn_2 .c2_box .business .tab li.on .tit i {
    width: 30px;
  }
  .ctn_2 .c2_box .business .tab li.on::before {
    top: 18px;
  }
  .ctn_2 .c2_box .business .tab li.on::after {
    top: 9px;
  }
  .ctn_2 .c2_box .business .tab li {
    padding-left:0px;
  }
  .ctn_2 .c2_box .txt p {
    width: 80%;
  }
  .ctn_3 ul {
    flex-wrap: wrap;
  }
  .ctn_3 ul li {
    width: 49%;
    margin-bottom: 2%;
  }
  .ctn_3 .number{overflow:hidden;}
  .ctn_3 .number>div{float:left;}
   .ctn_3 .number .c1{width:50%;}
  .ctn_3 .number .c2{width:50%;}
  .ctn_3 .number .c3{width:50%;}
  .ctn_3 .number .c4{width:50%;}
  
  .ctn_3 .number .c5 {
    width: 50%;
  }
  .ctn_4 .shares .shares_r ul {
    padding: 20px 15px;
  }
  .ctn_4 .shares .shares_r ul li p:nth-child(5) {
    display: none;
  }
  .ctn_4 .shares .shares_r ul li p:nth-child(2) {
    width: 45%;
    font-size: 16px;
  }
  .ctn_4 .shares .shares_r ul li p:nth-child(3) {
    width: 26%;
  }
 .index_news_ctn .sw_news_item .swiper-pagination {
    bottom: 12px;
  }
 .index_news {
    left: 55%;
    width: 75%;
  }
 .index_news .swiper-slide {
    font-size: 14px;
  }
 .index_newsbg .control {
    display: none;
  }
 
}
@media screen and (max-width: 500px) {
  .ctn_3 .number>div{float:left;}
  .ctn_3 .number>div br{display:none;}
  .ctn_3 .number .c1 span{font-size:40px;}
  .ctn_3 .number .c1 p{padding:0 10px;}
  .ctn_3 .number .c2 p{font-size:14px;}
  .ctn_3 .number .c2 span em{font-size:40px;}
  .ctn_3 .number .c3 p{font-size:14px;}
  .ctn_3 .number .c3 span{font-size:40px;}
  .ctn_3 .number .c3 span em{font-weight:normal;}
  .ctn_3 .number .c4 p{display:block;font-size:14px;padding:0 10px;}
  .ctn_3 .number .c4 span em{font-weight:normal;font-size:40px;}
  
  .ctn_3 .number .c5 { width: 100%;}
  .ctn_3 .number .c5 span{width:29%;}
  .ctn_3 .number .c5 br{display:block;}
}
@media screen and (max-width: 400px) {
 .ctn_3 .number .c3 p{padding:0 10px;}
}
